home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Interapplication Communication / FinderOpenSelection / FinderOpenSelection.make < prev    next >
Encoding:
Text File  |  1995-02-09  |  613 b   |  22 lines  |  [TEXT/MPS ]

  1. #   File:       FinderOpenSelection.make
  2. #   Target:     FinderOpenSelection
  3. #   Sources:    FinderOpenSel.c
  4. #               FinderOpenSel.r
  5. #   Created:    Thursday, February 9, 1995 04:34:25 PM
  6.  
  7.  
  8. OBJECTS = FinderOpenSel.c.o
  9.  
  10.  
  11. FinderOpenSelection  ƒƒ FinderOpenSelection.make FinderOpenSel.r
  12.     Rez FinderOpenSel.r -append -o FinderOpenSelection
  13.  
  14. FinderOpenSelection ƒƒ FinderOpenSelection.make  {OBJECTS}
  15.     Link -t APPL -c '????' ∂
  16.         {OBJECTS} ∂
  17.          "{Libraries}"Runtime.o ∂
  18.          "{Libraries}"Interface.o ∂
  19.         -o FinderOpenSelection
  20. FinderOpenSel.c.o ƒ FinderOpenSelection.make FinderOpenSel.c
  21.      C -r  FinderOpenSel.c
  22.